<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="pl">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Moja strona WWW</title>
  </head>
<frameset cols="25%,*">
  <frame src="1.html">
  <frame src="2.html">
  <noframes>
  <body>
    <p>Twoja przeglądarka nie obsługuje ramek.</p>
    <p>Dokumenty znajdziesz <a href="1.html">tutaj</a> 
    i <a href="2.thml">tutaj</a>.</p>
  </body>
  </noframes>
</frameset>
</html>